Neighbor
A single edge in the mesh
Content copied to clipboard
meshtastic.Neighbor
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reception time (in secs since 1970) of last message that was last sent by this ID.
Note: this is for local storage only and will not be sent out over the mesh.
Content copied to clipboard
fixed32 last_rx_time = 3;
Link copied to clipboard
Broadcast interval of this neighbor (in seconds).
Note: this is for local storage only and will not be sent out over the mesh.
Content copied to clipboard
uint32 node_broadcast_interval_secs = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.Neighbor
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.Neighbor
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.Neighbor
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.Neighbor
Link copied to clipboard
Link copied to clipboard